Package-level declarations
Types
Link copied to clipboard
wrapper interface for 2 basic validation interfaces
Link copied to clipboard
Deserializes individual entries in a complex Entry
Link copied to clipboard
Deserializes individual entries in a complex Entry
Link copied to clipboard
interface EntryHandler<T> : EntrySerializer<T> , EntryDeserializer<T> , EntryValidator<T> , EntryCorrector<T>
wrapper interface for 4 basic handling interfaces
Link copied to clipboard
An entry that is a parent of other entries
Link copied to clipboard
interface EntryPermissible
Marker interface. A class that inherits this interface will bypass permission checks.
Link copied to clipboard
Deserializes individual entries in a complex Entry
Link copied to clipboard
Provides suggestions for something requesting them
Link copied to clipboard
interface EntryTransient
Marks an entry as always transient in the java sense; not considered by a serializer.
Link copied to clipboard
Validates individual entries in a complex Entry.
Link copied to clipboard
Interface handles an Entry creating a ClickableWidget